######################
# Far East event v0.6
# This is a temporary file while the events are in wide test.  The events will then be moved to country and
# region files.  Primary sources for events in this file are War of Resistance, various websites and the
# discussion in the first few pages of the Far East thread (input from Aetius, Firewraith etc).  Feedback is
# very welcome, especially on source data verification and play balance implications. /Steel
#
# 522022 Industry evacuation to the interior (CHI)
# 522023 Rebuilding the Chinese factories (CHI)
# 522024 Unity in the face of external enemies (CHI)
# 522025 China remilitarises the 20-mile zone (CHI)
#
# 1102013 Unity in the face of external enemies (SIK)
#
# 952084 Liberation! (KOR)
# 952085 Rebuilding a shattered nation (KOR)
# 952086 Military government in Korea (KOR)
# 952087 The Moscow Conference (KOR)
# 952088 Civil War! (KOR)
# 952089 International forces in Korea (KOR)
#
# 952090 Civil War! (U00)
# 952091 Soviet forces in Korea (U00)
# 952092 Chinese forces in Korea (U00)
#
# 322100 Military government in Korea (USA)
# 322101 The Moscow Conference (USA)
# 322102 Russia demands full control of Korea (USA)
# 322103 War in Korea (USA)
# 322105 - (USA) Japanese - USA trade deals 1936 (by Ghost_dk)
# 322106 - (USA) Japanese - USA trade deals 1937 (by Ghost_dk)
# 322107 - (USA) Executive Order: no military exports to warmongering japan (by Ghost_dk)
# 322108 - (USA) Japanese - USA trade deals 1938 (by Ghost_dk)
# 322109 - (USA) US limits Oil exports to Japan (by Ghost_dk)
# 322110 - (USA) Japanese - USA trade deals 1939 (by Ghost_dk)
# 322111 - (USA) Japanese - USA trade deals 1940 (by Ghost_dk)
# 322112 - (USA) US trade embargo against Japan (by Ghost_dk)
# 322113 - (USA) Japanese - USA trade deals 1941 (by Ghost_dk)
#
# 272154 The Moscow Conference (ENG)
# 272155 Russia demands full control of Korea (ENG)
# 272156 War in Korea (ENG)
#
# 222077 Military government in Korea (SOV)
# 222078 The Moscow Conference (SOV)
# 222079 England threatens war (SOV)
# 222080 USA threatens war (SOV)
# 222081 War in Korea (SOV)
# 222082 Allied intervention in Korea (SOV)
# 222083 Full control over Korea (SOV) 
#
# 952093 War in Korea (CHC)
#
# 172167 The capture of Automedon (GER)
#
# 850025 Surrender of the DEI (HOL)
#
# 492050 The capture of Automedon (JAP)
# 492051 Second London Naval Conference (JAP)
# 492052 Popular Front incident (JAP)
# 492053 Seiranso sanatorium opens (JAP)
# 492054 Toa Shinchitsujo (JAP)
# 492055 Hiraga Purges (JAP)
# 492056 Spiritual mobilisation (JAP)
# 492057 National mobilisation law (JAP)
# 492058 National service draft ordinance (JAP)
# 492059 Taisei Yokusankai (JAP)
# 492060 Hitachi works open in Katsuta (JAP)
# 492061 2600th anniversary celebrations (JAP)
# 492062 Kokumin Gakko (JAP)
# 492063 Sorge Incident (JAP)
# 492064 Kammon Strait tunnel (JAP)
# 492065 Iwate Express derailment (JAP)
# 492066 Toro site discovered (JAP)
# 492067 Wartime special ordinance act (JAP)
# 492068 Temporary Funding Adjustment Law (JAP)
# 492069 Banking Management Order (JAP)
# 492070 Wartime Finance Bank (JAP)
# 492071 Financial Control Organization Order (JAP)
# 492072 The Kodoha grows stroner (JAP)
# 492073 The 2-2-6 Incident (JAP)
# 492074 2-2-6 conspirators executed (JAP)
# 492075 Harakiri speech by Hamada Kunimatsu (JAP)
# 492076 Appointing a new Prime Minister (JAP)
# 492077 Konoe Funimaro resigns (JAP)
# 492078 Konoe Funimaro returns as Prime Minister (JAP)
# 492079 Tojo Hideki takes over as Prime Minister (JAP)
# 492080 Konoe Funimaro takes over (JAP)
# 492083 Surrender of the East Indies: Japan (by McNaughton)
# 492084 - (JAP) Japanese - USA trade deals 1936 (by Ghost_dk)
# 492085 - (JAP) Japanese - USA trade deals 1937 (by Ghost_dk)
# 492086 - (JAP) USA pass military exports bann against japan (by Ghost_dk)
# 492087 - (JAP) Japanese - USA trade deals 1938 (by Ghost_dk)
# 492088 - (JAP) USA pass military exports bann against japan (by Ghost_dk)
# 492089 - (JAP) Japanese - USA trade deals 1939 (by Ghost_dk)
# 492090 - (JAP) Japanese - USA trade deals 1940 (by Ghost_dk)
# 492091 - (JAP) USA pass trade embargo against japan (by Ghost_dk)
# 492092 - (JAP) Japanese - USA trade deals 1941 (by Ghost_dk)
# 492093 - First Nomonhan clash (JAP)  (by Steel)
# 492094 - (JAP) Battle of Changkufeng (by Steel)
# 492095 - (JAP) War against the USA (by Steel)
###############################################


event = { 
	id = 172167
	random = no
	country = GER
	
	name = "The capture of Automedon (GER)"
	desc = "On the 11th of November 1940, Schiff 16 (the raider ship Atlantis) encountered the British cargo ship Automedon.  Shelling destroyed the bridge and killed the officers on the British ship, allowing the Germans to board and capture Top Secret mail for the High Command (Far East), new code tables, and a War Cabinet report on British forces, defenses of Singapore, information regarding Australia and New Zealand, and an appraisal of Japanese intentions. The documents, along with 10.000 tons of aviation fuel, were sent to Japan.  Some believe these documents influenced the Japanese decision to go to war against the Allies."
	style = 0

	trigger = {
		random = 20
		war = { country = GER country = ENG }
		NOT = {
			war = { country = JAP country = ENG }
                  }   
	}

        date = { day = 4 month = november year = 1940 }
        offset = 10
	deathdate = { day = 25 month = january year = 1941 }

	action_a = {
		name = "Send the documents and fuel to Japan" 
		command = { type = influence value = 3 }
		command = { type = trigger which = 492050 }
	}
	action_b = {
		name = "The Japanese do not need to know"
		command = {  }
	}
}


event = { 
	id = 492050
	random = no
	country = JAP
	
	name = "The capture of Automedon (JAP)"
	desc = "On the 11th of November 1940, Schiff 16 (the raider ship Atlantis) encountered the British cargo ship Automedon.  Shelling destroyed the bridge and killed the officers on the British ship, allowing the Germans to board and capture Top Secret mail for the High Command (Far East), new code tables, and a War Cabinet report on British forces, defenses of Singapore, information regarding Australia and New Zealand, and an appraisal of Japanese intentions. The documents, along with 10.000 tons of aviation fuel, were sent to Japan.  Some believe these documents influenced the Japanese decision to go to war against the Allies."
	style = 0

	# triggered by 172167

	action_a = {
		name = "This is an intelligence coup" 
		command = { type = oilpool value = 1000 }
		command = { type = warentry value = 6 }
		command = { type = alignment which = fascist value = 10 }
	}
}



event = { 
	id = 492051
	random = no
	country = JAP
	
	name = "Second London Naval Conference (JAP)"
	desc = "When the Japanese military learned of the British and American unwillingness to allow force parity they were outraged.  Japan withdrew from the treaty rather than accept limitations that would not allow them a sufficient navy to defend their country."
	style = 0

	trigger = {
		random = 20
		atwar = no
	}

        date = { day = 4 month = february year = 1936 }
        offset = 10
	deathdate = { day = 25 month = january year = 1937 }

	action_a = {
		name = "Withdraw from the treaty" 
		command = { type = warentry value = 3 }
	}
}

event = {
	id = 492052
	random = no
	country = JAP
	
	name = "Popular Front incident (JAP)"
	desc = "During 1937 and 1938, some 400 liberals and leftists were arrested as the Japanese government cracked down on various political groups."
	style = 0

	trigger = {
		random = 8
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 15 month = november year = 1937 }
        offset = 10
	deathdate = { day = 25 month = december year = 1938 }

	action_a = {
		name = "Arrest all dissidents" 
		command = { type = warentry value = 2 }
		command = { type = alignment which = fascist value = 10 }
	}
	action_b = {
		name = "Let them remain free"
		command = { type = warentry value = -2 }
		command = { type = alignment which = fascist value = -4 }
	}
}


event = {
	id = 492053
	random = no
	country = JAP
	
	name = "Seiranso sanatorium opens (JAP)"
	desc = "In 1937, Seiranso, a new sanatorium for tuberculosis, opened in the Muramatsu district."
	style = 0

	trigger = {
		random = 12
	}

        date = { day = 15 month = january year = 1937 }
        offset = 25
	deathdate = { day = 25 month = december year = 1938 }

	action_a = {
		name = "This will reduce suffering" 
		command = { type = dissent value = -1 }
	}
}

event = {
	id = 492054
	random = no
	country = JAP
	
	name = "Toa Shinchitsujo (JAP)"
	desc = "The Japanese Prime minister, Konoe Funimaro, today announced a new policy of non-recognition of the KMT leadership in China and called for a new order to be established in East Asia.  Additional forces were mobilised to enforce this new policy."
	style = 0

	trigger = {
		random = 20
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 15 month = october year = 1938 }
        offset = 10
	deathdate = { day = 25 month = december year = 1942 }

	action_a = {
		name = "Japan will not negotiate with bandits" 
		command = { type = dissent value = -1 }
		command = { type = add_division which = infantry }
		command = { type = influence value = 4 } # Japan looks outside it's borders
		command = { type = alignment which = fascist value = 5 }
		command = { type = warentry which = USA value = 3 }
		command = { type = sleepevent which = 492009 } # Kiri project
	}
	action_b = {
		name = "We must continue to negotiate with the Chinese"
		command = { type = influence value = -2 }
	}
}


event = {
	id = 492055
	random = no
	country = JAP
	
	name = "Hiraga Purges (JAP)"
	desc = "During 1938 and 1939, ten professors at the University of Tokyo were ousted from their positions due to their political stance."
	style = 0

	trigger = {
		random = 5
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 15 month = july year = 1938 }
        offset = 10
	deathdate = { day = 25 month = december year = 1942 }

	action_a = {
		name = "Silence the critics" 
		command = { type = dissent value = 2 }
		command = { type = warentry value = 1 }
		command = { type = alignment which = fascist value = 10 }
	}
	action_b = {
		name = "Let them continue to teach"
		command = { type = alignment which = fascist value = -3 }
		command = { type = warentry value = -2 }
	}
}


event = {
	id = 492056
	random = no
	country = JAP
	
	name = "Spiritual mobilisation (JAP)"
	desc = "In a passionate speech today, the minister Araki Sadao called for a spiritual mobilisation and consolidation of public moral support of the war.  The minister called for people to unite under slogans such as 'One hundred million hearts beating as one' (ichioku isshin) and 'The eight corners of the world under one roof' (hakkoo ichiu)"
	style = 0

	trigger = {
		random = 25
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 0 month = august year = 1938 }
        offset = 5
	deathdate = { day = 29 month = august year = 1942 }

	action_a = {
		name = "One hundred million hearts beating as one!" 
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = 10 }
	}
	action_b = {
		name = "Cancel the speech"
		command = { type = alignment which = fascist value = -2 }
	}
}

event = {
	id = 492057
	random = no
	country = JAP
	
	name = "National mobilisation law (JAP)"
	desc = "In an effort to boost the war effort the government has passed the National Mobilisation Law.  This will provide subsidies for war production and give control over the corporations, newspapers and labour organisations.  It will also limit consumer commodities and introduce price and contract controls.  Ultimately, this law will allow the government to use all the resources and manpower of the country to prosecute the war."
	style = 0

	trigger = {
		random = 8
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 0 month = january year = 1938 }
        offset = 15
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 2 }
		command = { type = warentry value = 2 }
		command = { type = alignment which = fascist value = 25 }
		command = { type = industry which = 1825 value = 2 } 
		command = { type = industry which = 1820 value = 2 } 
		command = { type = industry which = 1821 value = 2 } 
		command = { type = industry which = 1823 value = 3 } 
		command = { type = industry which = 1822 value = 3 } 
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = supplies value = 5000 }
		command = { type = manpowerpool value = 800 }
	}
	action_b = {
		name = "We don't need it"
		command = { type = alignment which = fascist value = -5 }
		command = { type = dissent value = -2 }
	}
}

event = {
	id = 492058
	random = no
	country = JAP
	
	name = "National service draft ordinance (JAP)"
	desc = "In an effort to ensure adequate supply of labour in strategic industries, the government today passed the National Service Ordinance.  This will allow them to relocate people as needed to work in coal mines, armament industries etc."
	style = 0

	trigger = {
		random = 8
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 0 month = january year = 1939 }
        offset = 15
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 25 }
		command = { type = industry which = 1682 value = 1 } 
		command = { type = industry which = 1824 value = 1 } 
		command = { type = industry which = 1683 value = 1 } 
		command = { type = industry which = 1819 value = 2 } 
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = coalpool value = 5000 }
		command = { type = steelpool value = 5000 }
		command = { type = oilpool value = 500 }
		command = { type = rubberpool value = 500 }
		command = { type = supplies value = 500 }
		command = { type = manpowerpool value = 600 }
	}
	action_b = {
		name = "We don't need it"
		command = { type = alignment which = fascist value = -5 }
		command = { type = dissent value = -2 }
	}
}

event = {
	id = 492059
	random = no
	country = JAP
	
	name = "Taisei Yokusankai (JAP)"
	desc = "The Japanese government abolished all political parties and replaced them with the Taisei Yokusankai (Imperial Rule Assistance Association) in a move that spelled the end of democracy in Japan and soon saw the rise of Tojo Hideki to absolute power."
	style = 0

	trigger = {
		random = 8
		NOT = {
		government = communist
		}
		OR = {
		war = { country = CHI country = JAP }
		war = { country = USA country = JAP }
		war = { country = ENG country = JAP }
		}
	}

        date = { day = 0 month = january year = 1940 }
        offset = 15
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 25 }
		command = { type = industry which = 1834 value = 1 } # growing gov't control of private corporations
		command = { type = industry which = 1833 value = 1 } 
		command = { type = industry which = 1818 value = 1 } 
		command = { type = industry which = 1684 value = 2 } 
		command = { type = supplies value = 500 }
	}
	action_b = {
		name = "We don't need it"
		command = { type = alignment which = fascist value = -15 }
		command = { type = dissent value = -2 }
	}
}

event = {
	id = 492060
	random = no
	country = JAP
	
	name = "Hitachi works open in Katsuta (JAP)"
	desc = "Massive investments in infrastructure and industry finally paid off today as the Hitachi work in Katsuta were opened.  This will provide a great boost to the war effort."
	style = 0

	trigger = {
		random = 8
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = january year = 1940 }
        offset = 15
	deathdate = { day = 29 month = december year = 1942 }

	action_a = {
		name = "Good news!" 
		command = { type = dissent value = -2 }
		command = { type = industry which = 1821 value = 5 } 
		command = { type = infrastructure which = 1821 value = 10 }
		command = { type = gain_tech which = 4400 }
		command = { type = gain_tech which = 4401 }
		command = { type = gain_tech which = 4500 }
		command = { type = gain_tech which = 4600 }
		command = { type = gain_tech which = 4700 }
		command = { type = gain_tech which = 4800 }
		command = { type = gain_tech which = 4803 }
	}
}

event = {
	id = 492061
	random = no
	country = JAP
	
	name = "2600th anniversary celebrations (JAP)"
	desc = "Today saw massive celebrations across the entire country as Japan marked the 2600th anniversary of it's founding as a sovereign nation."
	style = 0

	trigger = {
		NOT = {
		ispuppet = JAP
		}
	}

        date = { day = 10 month = november year = 1940 }

	action_a = {
		name = "Let the people rejoice" 
		command = { type = dissent value = -10 }
	}
}

event = {
	id = 492062
	random = no
	country = JAP
	
	name = "Kokumin Gakko (JAP)"
	desc = "Today it was announced that Kokumin Gakko, a compulsory school system to train the loyal subjects of the Emperor, will be implemented throughout the country."
	style = 0

	trigger = {
		random = 30
		NOT = {
		ispuppet = JAP
		government = communist
		}
	}

        date = { day = 0 month = november year = 1941 }
	offset = 5
        date = { day = 29 month = november year = 1941 }

	action_a = {
		name = "Implement the system" 
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 5 }
		command = { type = supplies value = -100 }
		command = { type = manpowerpool value = 200 }
	}
	action_b = {
		name = "We do not need it"
		command = { type = dissent value = -1 }
		command = { type = alignment which = fascist value = -2 }
	}
}



event = {
	id = 492063
	random = no
	country = JAP
	
	name = "Sorge Incident (JAP)"
	desc = "Tokyo police has arrested Ozaki and Sorge, the latter a German journalist, for espionage.  According to the police statement, the men were spying for the Soviet Union.  After three years in prison, the men were executed in 1944."
	style = 0

	trigger = {
		random = 5
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = january year = 1941 }
	offset = 15
        date = { day = 29 month = december year = 1941 }

	action_a = {
		name = "Arrest him" 
		command = { type = alignment which = fascist value = 5 }
		command = { type = alignment which = communist value = -5 }
	}
	action_b = {
		name = "Let it pass"
		command = {  }
	}
}


event = {
	id = 492064
	random = no
	country = JAP
	
	name = "Kammon Strait tunnel (JAP)"
	desc = "After great expense and long labour, the railway tunnel under the Kammon Strait is now complete.  This links southwestern Honshu with northern Kyushu and as part of the project there has been major infrastructure upgrades that will benefit local industry."
	style = 0

	trigger = {
		random = 5
	}

        date = { day = 0 month = january year = 1942 }
	offset = 15
        date = { day = 29 month = december year = 1942 }

	action_a = {
		name = "Good news" 
		command = { type = dissent value = -1 }
		command = { type = industry which = 1684 value = 2 }
		command = { type = industry which = 1682 value = 2 }
		command = { type = infrastructure which = 1684 value = 10 }
		command = { type = infrastructure which = 1682 value = 10 }
	}
}


event = {
	id = 492065
	random = no
	country = JAP
	
	name = "Iwate Express derailment (JAP)"
	desc = "News have just come through that there has been a major derailment accident in the Ishigami station yard."
	style = 0

	trigger = {
		random = 5
	}

        date = { day = 0 month = january year = 1942 }
	offset = 15
        date = { day = 29 month = december year = 1942 }

	action_a = {
		name = "Terrible news" 
		command = { type = dissent value = 1 }
	}
}


event = {
	id = 492066
	random = no
	country = JAP
	
	name = "Toro site discovered (JAP)"
	desc = "Japanese archaeologists today announced a major discovery, referred to as the Toro Site.  This is a late Yayoi period (BC 300 to AD 300) site and features pit houses, raised storehouses, paddy fields and an irrigation system.  The site covers an area of 33,000 square meters."
	style = 0

	trigger = {
		random = 5
	}

        date = { day = 0 month = january year = 1943 }
	offset = 15
        date = { day = 29 month = december year = 1943 }

	action_a = {
		name = "A significant discovery" 
		command = { type = dissent value = -1 }
	}
}




event = {
	id = 492067
	random = no
	country = JAP
	
	name = "Wartime special ordinance act (JAP)"
	desc = "In order to ensure supplies and manpower for the military-industrial complex, the Government today passed the Wartime special ordinance act."
	style = 0

	trigger = {
		random = 5
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = january year = 1943 }
	offset = 15
        date = { day = 29 month = december year = 1943 }

	action_a = {
		name = "Pass the act" 
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 25 }
		command = { type = industry which = 1825 value = 2 } 
		command = { type = industry which = 1682 value = 2 } 
		command = { type = industry which = 1684 value = 2 } 
		command = { type = industry which = 1818 value = 2 } 
		command = { type = industry which = 1822 value = 2 } 
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = coalpool value = 1000 }
		command = { type = steelpool value = 1000 }
		command = { type = oilpool value = 500 }
		command = { type = rubberpool value = 500 }
		command = { type = supplies value = 500 }
		command = { type = manpowerpool value = 200 }
	}
	action_b = {
		name = "We don't need it"
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = -5 }
	}
}

event = {
	id = 492068
	random = no
	country = JAP
	
	name = "Temporary Funding Adjustment Law (JAP)"
	desc = "With the outbreak of war in China, the Japanese government increasingly depended on bonds issues.  From 1936 to end of 1937 the outstanding bonds increased from 685 million yen to 2,230 million yen.  This led to inflation and forced the government to impose stricter control on banks, foreign exchange and every other aspect of the Japanese financial systems.  In September 1937 the Temporary Funding Adjustment Law brought in even more controls, allowed for more bond issues at preferential rates and diverted funding and private sector savings into arms industries."
	style = 0

	trigger = {
		atwar = yes
		random = 15
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = august year = 1937 }
	offset = 15
        date = { day = 29 month = december year = 1938 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 15 }
		command = { type = industry which = 1819 value = 4 } 
		command = { type = industry which = 1820 value = 4 } 
		command = { type = industry which = 1821 value = 4 } 
		command = { type = industry which = 1822 value = 4 } 
		command = { type = industry which = 1823 value = 4 } 
		command = { type = coalpool value = 200 }
		command = { type = steelpool value = 200 }
		command = { type = oilpool value = 100 }
		command = { type = rubberpool value = 100 }
		command = { type = supplies value = 500 }
	}
	action_b = {
		name = "We don't need it"
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = -5 }
	}
}

event = {
	id = 492069
	random = no
	country = JAP
	
	name = "Banking Management Order (JAP)"
	desc = "With the outbreak of war in Europe inflation levels started increasing throughout the world.  Increases in the levels of speculative investing using operational funds forced the introduction of the Banking Management Order.  This used the provisions of the National Mobilisation Law to to place all financial-institution lending activities under government control, including loans of operating funds that had previously been exempted from the Temporary Funding Adjustment Law."
	style = 0

	trigger = {
		atwar = yes
		random = 15
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = august year = 1940 }
	offset = 15
        date = { day = 29 month = december year = 1940 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 15 }
		command = { type = industry which = 1681 value = 1 } 
		command = { type = industry which = 1683 value = 1 } 
		command = { type = industry which = 1821 value = 1 } 
		command = { type = industry which = 2004 value = 1 } 
		command = { type = industry which = 1716 value = 1 } 
	}
	action_b = {
		name = "We don't need it"
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = -5 }
	}
}


event = {
	id = 492070
	random = no
	country = JAP
	
	name = "Wartime Finance Bank (JAP)"
	desc = "In February 1942 with the war against the USA underway, laws were passed to establish the Wartime Finance Bank and the Southern Development Bank.  Both institutions raised funds through bonds issues and loaned it to military industries and various ventures such as hydro-electric generators, elecricity companies, shipbuilders and the petroleum industry.  The Southern Development Bank notes were generally used as military scrip and by the end of the war they had issued loans of 13 billion yen."
	style = 0

	trigger = {
		atwar = yes
		random = 5
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = january year = 1942 }
	offset = 15
        date = { day = 29 month = december year = 1945 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 15 }
		command = { type = industry which = 1716 value = 2 } 
		command = { type = industry which = 2004 value = 2 } 
		command = { type = industry which = 1832 value = 2 } 
		command = { type = industry which = 1674 value = 2 } 
		command = { type = industry which = 1561 value = 2 } 
	}
	action_b = {
		name = "We don't need it"
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = -5 }
	}
}

event = {
	id = 492071
	random = no
	country = JAP
	
	name = "Financial Control Organization Order (JAP)"
	desc = "In April 1942 the National Finance Control Board was established under the Financial Control Organization Order.  The Board operated under the Bank of Japan and worked to strengthen government control over funding as well to establish central clearing systems for domestic exchanges.  They also brought more aggressive government involvement into the business operations of all financial institutions."
	style = 0

	trigger = {
		atwar = yes
		random = 5
		NOT = {
		government = communist
		}
	}

        date = { day = 0 month = january year = 1942 }
	offset = 15
        date = { day = 29 month = december year = 1945 }

	action_a = {
		name = "Pass the law" 
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 10 }
		command = { type = industry which = 1822 value = 2 } 
		command = { type = industry which = 1820 value = 2 } 
		command = { type = industry which = 1821 value = 2 } 
		command = { type = industry which = 1823 value = 2 } 
		command = { type = industry which = 1682 value = 2 } 
	}
	action_b = {
		name = "We don't need it"
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = -5 }
	}
}

#########################################################################


event = { 
	id = 522022
	random = no
	country = CHI
	
	name = "Industry evacuation to the interior (CHI)"
	desc = "Following the outbreak of hostilities with Japan, government authorities arranged the transfer of 750 factories with 120.000 tons of equipment and 42.000 workers from the industrial lowlands to the interior provinces Szechwan, Kweichow and Yunnan.  Most of the transfer was done by mule cart or ox, an astonishing feat considering the distances involved and the lack of infrastructure."
	style = 0

	trigger = {
		random = 35
		war = { country = CHI country = JAP }
	}

        date = { day = 10 month = february year = 1937 }
        offset = 5
	deathdate = { day = 25 month = october year = 1943 }

	action_a = {
		name = "Move the industry to the interior" 
		command = { type = industry which = 1563 value = -4 }	# Historical
		command = { type = industry which = 1565 value = -2 } 
		command = { type = industry which = 1698 value = -4 } 
		command = { type = industry which = 1699 value = -2 } 
		command = { type = industry which = 1697 value = -1 } 
		command = { type = industry which = 1704 value = -4 } 
		command = { type = industry which = 1702 value = -4 } 
		command = { type = industry which = 1700 value = -4 } 
		command = { type = supplies value = -1000 }		# resources diverted to move industry
		command = { type = dissent value = 2 } 			# social upheaval
	}
	action_b = {
		name = "Evacuation is admission of defeat"
		command = { type = sleepevent which = 522023 } 		# Alternate
		command = { type = dissent value = -2 } 		# reassuring decision
	}
}



event = { 
	id = 522023
	random = no
	country = CHI
	
	name = "Rebuilding the Chinese factories (CHI)"
	desc = "The massive undertaking of moving our industry equipment and workers to the interior has finally been completed.  The disruption was enormous but this will surely pay off in the long term as we have denied the invaders any spoils of war."
	style = 0

	trigger = {
		random = 20
		event = 522022
	}

        date = { day = 10 month = february year = 1937 }
        offset = 10
	deathdate = { day = 25 month = october year = 1944 }

	action_a = {
		name = "Rebuild the factories" 
		command = { type = industry which = 1611 value = 5 }	# Historical
		command = { type = industry which = 1612 value = 5 } 
		command = { type = industry which = 1573 value = 5 } 
		command = { type = industry which = 1613 value = 5 } 
		command = { type = industry which = 1614 value = 5 } 
		command = { type = dissent value = -3 }			# a great success
	}
}


event = { 
	id = 1102013
	random = no
	country = SIK
	
	name = "Unity in the face of external enemies (SIK)"
	desc = "As the China Incident escalated into full-scale war the internal Chinese rivalries were gradually put aside.  Although the warlords of China continued to be at odds and corruption remained a great problem, there was also many political moves to defeat a common enemy.  Throughout the war, Muslim fighters from Sinkiang fought alongside the KMT forces and gained a reputation for being among the best forces in China."
	style = 0

	trigger = {
		random = 20
		war = { country = CHI country = JAP }
	}

        date = { day = 10 month = february year = 1937 }
        offset = 10
	deathdate = { day = 25 month = october year = 1944 }

	action_a = {
		name = "Offer assistance against Japan" 
		command = { type = trigger which = 522024 }		# Historical
		command = { type = dissent value = -2 } 		# a popular decision
	}
	action_b = {
		name = "Let them fight their own war" 
		command = { type = dissent value = 2 } 			# not a popular decision
	}
}


event = { 
	id = 522024
	random = no
	country = CHI
	
	name = "Unity in the face of external enemies (CHI)"
	desc = "As the China Incident escalated into full-scale war the internal Chinese rivalries were gradually put aside.  Although the warlords of China continued to be at odds and corruption remained a great problem, there was also many political moves to defeat a common enemy.  Throughout the war, Muslim fighters from Sinkiang fought alongside the KMT forces and gained a reputation for being among the best forces in China.  "
	style = 0

	# triggered by 1102013

	action_a = {
		name = "Accept help from Sinkiang" 
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = add_division which = infantry }
		command = { type = add_division which = fighter }		# historically I-15 or I-16
		command = { type = dissent value = 1 }	 			# an unpopular move with some warlords
		command = { type = peace which = SIK value = 0 }		# peace with Sinkiang
	}
	action_b = {
		name = "We don't need their troops" 
		command = { type = dissent value = -1 } 			# confidence in own strength
	}
}

event = { 
	id = 952084
	random = no
	country = KOR
	
	name = "Liberation! (KOR)"
	desc = "After more than 30 years of colonial rule, Korea won their liberty when Japan conceded defeat.  Gradually local governments started forming and rebuilding from the chaos of the war began.  This became known as the KPR government."
	style = 0

	trigger = {
		exists = KOR
	}

        date = { day = 15 month =january year = 1936 }
        offset = 30
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "Let the KPR take power" 
		command = { type = headofstate which = 60001 }
		command = { type = headofgovernment which = 60002 }
		command = { type = foreignminister which = 60003 }
		command = { type = armamentminister which = 60004 }
		command = { type = ministerofsecurity which = 60005 }
		command = { type = ministerofintelligence which = 60006 }
		command = { type = chiefofstaff which = 60007 }
		command = { type = chiefofarmy which = 60008 }
		command = { type = chiefofnavy which = 60009 }
		command = { type = chiefofair which = 60010 }
		command = { type = dissent value = 10 }
		command = { type = trigger which = 952085 }

	}
}



event = { 
	id = 952085
	random = no
	country = KOR
	
	name = "Rebuilding a shattered nation (KOR)"
	desc = "The ravages of war had displaced much of Korea's population and destroyed local industry.  The rebuilding was slow and often hampered by banditry and lack of materials."
	style = 0

	# triggered by 952084

	action_a = {
		name = "Develop light industry" 
		command = { type = industry which = 1664 value = 1 }
		command = { type = industry which = 1665 value = 1 } 
		command = { type = industry which = 1666 value = 1 } 
		command = { type = industry which = 1668 value = 1 }
		command = { type = industry which = 1671 value = 1 }
		command = { type = industry which = 1672 value = 1 } 
		command = { type = industry which = 1673 value = 1 } 
		command = { type = industry which = 1674 value = 1 }  
		command = { type = industry which = 1675 value = 1 } 
		command = { type = industry which = 1676 value = 1 } 
		command = { type = industry which = 1677 value = 1 } 
		command = { type = industry which = 1678 value = 1 } 
		command = { type = supplies value = 500 }		# left behind by retreating Japanese forces
		command = { type = dissent value = 10 } 		# social upheaval
	}
}


event = { 
	id = 322100
	random = no
	country = USA
	
	name = "Military government in Korea (USA)"
	desc = "Shortly after the defeat of Japan, the USA established a military government in Korea to oversee the rebuilding of the country and counter any Communist influence.  Their arrival meant the end of many of the local KPR governments and created further social upheaval."
	style = 0

	trigger = {
		random = 35
		exists = KOR
		control = { province = 1822 data = USA }
		control = { province = 1822 data = ENG }
		control = { province = 1822 data = AST }
	}

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "Take over from the KPR" 
		command = { type = make_puppet  which = KOR }
		command = { type = supplies value = -2000 }		# cost of occupation
		command = { type = dissent value = -2 }			# growing prestige
		command = { type = influence value = 10 }		# growing influence
	}
	action_b = {
		name = "We have no interests in Korea"
		command = { type = dissent value = 1 }	 		# not a popular decision
	}
}

event = { 
	id = 222077
	random = no
	country = SOV
	
	name = "Military government in Korea (SOV)"
	desc = "Shortly after the defeat of Japan, the USSR established a military government in Korea to oversee the rebuilding of the country and counter any Capitalist influence.  Their arrival meant the end of many of the local KPR governments and created further social upheaval."
	style = 0

	trigger = {
		random = 35
		exists = KOR
		control = { province = 1822 data = SOV }
	}

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "Take over from the KPR" 
		command = { type = make_puppet  which = KOR }
		command = { type = supplies value = -2000 }		# cost of occupation
		command = { type = dissent value = -2 }			# growing prestige
		command = { type = influence value = 10 }		# growing influence
	}
	action_b = {
		name = "We have no interests in Korea"
		command = { type = dissent value = 1 }	 		# not a popular decision
	}
}


event = { 
	id = 952086
	random = no
	country = KOR
	
	name = "Military government in Korea (KOR)"
	desc = "As foreign governments moved in and established their rule over the Korean people the KPR government was destroyed and many expected a return to the days of colonial rule.  Massive unrest followed despite investment in rebuilding by the occupying power."
	style = 0

	trigger = {
		ispuppet = KOR
		OR = {
			event = 222077
			event = 322100
		}
	}

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "The people will not accept this" 
		command = { type = industry which = 1674 value = 3 } 
		command = { type = industry which = 1678 value = 2 } 
		command = { type = industry which = 1673 value = 2 }  
		command = { type = industry which = 1675 value = 2 } 
		command = { type = industry which = 1676 value = 2 } 
		command = { type = industry which = 1677 value = 1 } 
		command = { type = dissent value = 20 }			# major popular unrest
	}
}


event = { 
	id = 222078
	random = no
	country = SOV
	
	name = "The Moscow Conference (SOV)"
	desc = "With growing problems in Korea and several major powers taking an interest in the fate of Korea it became obvious that a joint solution was needed.  The major powers met at the Moscow Conference to settle the fate of Korea once and for all.  Negotiations quickly showed that the only acceptable solution would be joint trusteeship for the four powers - USA, USSR, UK and China."
	style = 0

	trigger = {
		ispuppet = KOR
		NOT = {
			war = { country = USA country = SOV }
			war = { country = ENG country = SOV }
			war = { country = USA country = CHC }
			war = { country = ENG country = CHC }
			war = { country = SOV country = CHC }
		}
		exists = USA
		exists = ENG
		OR = {
			event = 222077
			event = 322100
		}
         }

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "Propose joint trusteeship"  
		command = { type = setflag which = soviet_trust }
		command = { type = trigger which = 272154 } 
		command = { type = trigger which = 322101 } 
		command = { type = influence value = 5 } # a reasonable position
	}
	action_b = {
		name = "Demand full control"
		command = { type = trigger which = 272155 }
		command = { type = trigger which = 322102 }
		command = { type = influence value = -10 } # taking a great risk
	}
}

event = { 
	id = 272154
	random = no
	country = ENG
	
	name = "The Moscow Conference (ENG)"
	desc = "With growing problems in Korea and several major powers taking an interest in the fate of Korea it became obvious that a joint solution was needed.  The major powers met at the Moscow Conference to settle the fate of Korea once and for all.  Negotiations quickly showed that the only acceptable solution would be joint trusteeship for the four powers - USA, USSR, UK and China."
	style = 0

	# triggered by 222078

	action_a = {
		name = "Agree to joint trusteeship"  
		command = { type = setflag which = uk_trust }
		command = { type = influence value = 5 } # a reasonable position
	}
	action_b = {
		name = "Refuse to accept this solution"
		command = { type = influence value = -10 } # taking a great risk
	}
}

event = { 
	id = 272155
	random = no
	country = ENG
	
	name = "Russia demands full control of Korea (ENG)"
	desc = "With growing problems in Korea and several major powers taking an interest in the fate of Korea it became obvious that a joint solution was needed.  The major powers met at the Moscow Conference to settle the fate of Korea once and for all.  Negotiations quickly showed that the only acceptable solution would be joint trusteeship for the four powers - USA, USSR, UK and China.  The way forward seemed clear until this morning when the Soviet delegates presented demands for full control over the Korean peninsula.  Suddenly the negotiations are collapsing and it looks like this could mean war!"
	style = 0

	# triggered by 222078

	action_a = {
		name = "Threaten war unless trusteeship is accepted"  
		command = { type = setflag which = uk_trust }
		command = { type = trigger which = 222079 } 
		command = { type = influence value = 10 } # a brave stance
	}
	action_b = {
		name = "Accept the Soviet demands"
		command = { type = influence value = -10 } # a major political setback
		command = { type = setflag which = uk_withdraw }
		command = { type = dissent value = 2 }
	}
}


event = { 
	id = 322101
	random = no
	country = USA
	
	name = "The Moscow Conference (USA)"
	desc = "With growing problems in Korea and several major powers taking an interest in the fate of Korea it became obvious that a joint solution was needed.  The major powers met at the Moscow Conference to settle the fate of Korea once and for all.  Negotiations quickly showed that the only acceptable solution would be joint trusteeship for the four powers - USA, USSR, UK and China."
	style = 0

	# triggered by 222078

	action_a = {
		name = "Agree to joint trusteeship"  
		command = { type = setflag which = usa_trust }
		command = { type = influence value = 5 } # a reasonable position
	}
	action_b = {
		name = "Refuse to accept this solution"
		command = { type = influence value = -10 } # taking a great risk
	}
}

event = { 
	id = 322102
	random = no
	country = USA
	
	name = "Russia demands full control of Korea (USA)"
	desc = "With growing problems in Korea and several major powers taking an interest in the fate of Korea it became obvious that a joint solution was needed.  The major powers met at the Moscow Conference to settle the fate of Korea once and for all.  Negotiations quickly showed that the only acceptable solution would be joint trusteeship for the four powers - USA, USSR, UK and China.  The way forward seemed clear until this morning when the Soviet delegates presented demands for full control over the Korean peninsula.  Suddenly the negotiations are collapsing and it looks like this could mean war!"
	style = 0

	# triggered by 222078

	action_a = {
		name = "Threaten war unless trusteeship is accepted"  
		command = { type = setflag which = usa_trust }
		command = { type = trigger which = 222080 } 
		command = { type = influence value = 5 } # a brave stance
	}
	action_b = {
		name = "Accept the Soviet demands"
		command = { type = influence value = -20 } # a major political setback
		command = { type = setflag which = usa_withdraw }
		command = { type = dissent value = 2 }
	}
}

event = { 
	id = 222079
	random = no
	country = SOV
	
	name = "England threatens war (ENG)"
	desc = "Our gambit to gain control over Korea is threatening to result in war.  The stubborn British have made it clear that we either back down or face military action."
	style = 0

	# triggered by 272155

	action_a = {
		name = "Back down and accept trusteeship"  
		command = { type = setflag which = soviet_trust }
		command = { type = influence value = -25 } # a failed gamble
	}
	action_b = {
		name = "Only force will settle this dispute"
		command = { type = influence value = 10 } # a major political setback
		command = { type = war which = ENG }
	}
}

event = { 
	id = 222080
	random = no
	country = SOV
	
	name = "USA threatens war (USA)"
	desc = "Our gambit to gain control over Korea is threatening to result in war.  The stubborn Americans have made it clear that we either back down or face military action."
	style = 0

	# triggered by 322102

	action_a = {
		name = "Back down and accept trusteeship"  
		command = { type = setflag which = soviet_trust }
		command = { type = influence value = -25 } # a failed gamble
	}
	action_b = {
		name = "Only force will settle this dispute"
		command = { type = influence value = 10 } # a major political setback
		command = { type = war which = USA }
	}
}

event = { 
	id = 222082
	random = no
	country = SOV
	
	name = "Allied intervention in Korea (SOV)"
	desc = "The situation has escalated to full war and North Korea is now facing the might of western Capitalist armies.  We must make a fast decision if we should intervene or only offer 'volunteer' support."
	style = 0

	# triggered by British or American DOW on North Korea

	action_a = {
		name = "Only provide volunteers and materiel"  
		command = { type = trigger value = 952091 } 
	}
	action_b = {
		name = "Send the Red Army"
		command = { type = alliance which = U00 }
	}
}

event = { 
	id = 222083
	random = no
	country = SOV
	
	name = "Full control over Korea (SOV)"
	desc = "The capitalist countries have backed down and acknowledged that Korea is in the Soviet sphere of interest.  We have installed a Communist government that is fully loyal to us in Korea."
	style = 0

	trigger = {
		flag = usa_withdraw
		flag = uk_withdraw
         }

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "Great news"  
		command = { type = make_puppet value = KOR } 
	}
}

event = { 
	id = 952087
	random = no
	country = KOR
	
	name = "The Moscow Conference (KOR)"
	desc = "As all major powers agreed to joint trusteeship, the future of Korea was decided.  The North came under the influence of Communism while the South became a Capitalist outpost on the Asian continent.  The decision was vastly unpopular with the Korean people and once more popular unrest swept across the country."
	style = 0

	trigger = {
		flag = soviet_trust
		flag = usa_trust
		flag = uk_trust
	}

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "We have no say in this"  
		command = { type = dissent value = 15 } 
	}

}


event = { 
	id = 952088
	random = no
	country = KOR
	
	name = "Civil War! (KOR)"
	desc = "The joint trusteeship ultimately failed to defuse the international and domestic pressures in Korea.  The country was destined to be torn apart and ravaged once more as war broke out between North Korea and South Korea."
	style = 0

	trigger = {
		event = 952087
	}

        date = { day = 10 month = december year = 1941 }
        offset = 5
	deathdate = { day = 25 month = december year = 1947 }

	action_a = {
		name = "We are under attack!"  
		command = { type = independence which = U00 } 
		command = { type = add_division which = infantry } 
		command = { type = add_division which = infantry } 
		command = { type = add_division which = militia } 
		command = { type = add_division which = militia }
		command = { type = add_division which = militia } 
		command = { type = add_division which = militia }  
		command = { type = add_division which = fighter }
		command = { type = trigger which = 952090 }
		command = { type = trigger which = 322103 }
		command = { type = trigger which = 272156 }
		command = { type = dissent value = -100 }
	}

}

event = {
	id = 952090 
	random = no
	country = U00

	name = "Civil War! (U00)"
	desc = "The joint trusteeship ultimately failed to defuse the international and domestic pressures in Korea.  The country was destined to be torn apart and ravaged once more as war broke out between North Korea and South Korea."
	style = 0

	action_a = {
		name = "We must destroy South Korea!"
		command = { type = add_division which = infantry } 
		command = { type = add_division which = infantry } 
		command = { type = add_division which = militia } 
		command = { type = add_division which = militia } 
		command = { type = add_division which = militia } 
		command = { type = add_division which = militia } 
		command = { type = add_division which = fighter }
		command = { type = trigger which = 222081 }
		command = { type = trigger which = 952093 }
		command = { type = dissent value = -100 }
	}
}

event = {
	id = 322103
	random = no
	country = USA

	name = "War in Korea (USA)"
	desc = "As conflict broke out between North Korea and South Korea, American forces were quickly moved to intervene and support the South Korean armed forces."
	style = 0

	action_a = {
		name = "Assist South Korea"
		command = { type = manpowerpool value = -40 }
		command = { type = supplies value = -2000 }
		command = { type = trigger which = 952089 }
	}
	action_b = {
		name = "The American people do not want another war"
		command = { }
	}
	action_c = {
		name = "Full-scale intervention"
		command = { type = war which = U00 }
		command = { type = trigger which = 222082 }
	}
}

event = {
	id = 272156
	random = no
	country = ENG

	name = "War in Korea (ENG)"
	desc = "As conflict broke out between North Korea and South Korea, American forces were quickly moved to intervene and support the South Korean armed forces."
	style = 0

	action_a = {
		name = "Assist South Korea"
		command = { type = manpowerpool value = -20 } # other 20 are Commonwealth volunteers
		command = { type = supplies value = -1000 } # other 1000 is from Commonwealth
		command = { type = trigger which = 952089 }
	}
	action_b = {
		name = "The British people do not want another war"
		command = { }
	}
	action_c = {
		name = "Full-scale intervention"
		command = { type = war which = U00 }
		command = { type = trigger which = 222082 }
	}
}

event = {
	id = 952089
	random = no
	country = KOR
	persistent = yes

	name = "International forces in Korea (KOR)"
	desc = "Many countries sent naval task forces and army units to fight in Korea."
	style = 0

	action_a = {
		name = "Welcome the Coalition forces"
		command = { type = supplies value = 2000 }
		command = { type = add_division which = infantry } 
		command = { type = add_division which = infantry } 
	}
}

event = {
	id = 222081
	random = no
	country = SOV

	name = "War in Korea (SOV)"
	desc = "Although caught off guard by the conflict in Korea, the Soviet leadership reacted decisively and provided much material and advisors to the North Korean armed forces."
	style = 0

	action_a = {
		name = "Assist North Korea"
		command = { type = manpowerpool value = -60 }
		command = { type = supplies value = -3000 }
		command = { type = trigger which = 952091 }
	}
	action_b = {
		name = "The Soviet people do not want another war"
		command = { }
	}
	action_c = {
		name = "Full-scale intervention"
		command = { type = war which = KOR }
		command = { type = trigger which = 322103 }
		command = { type = trigger which = 272156 }
	}
}

event = {
	id = 952093
	random = no
	country = SOV

	name = "War in Korea (CHC)"
	desc = "Many Koreans had fought for the Communist forces during the decades of conflict in China.  As war erupted in their homeland these veterans returned to North Korea, still with Chinese army equipment and ready to fight for the Communist cause.  In total, this force numbered more than 30.000 men."
	style = 0

	action_a = {
		name = "Assist North Korea"
		command = { type = manpowerpool value = -40 }
		command = { type = supplies value = -500 }
		command = { type = trigger which = 952092 }
		command = { type = dissent value = -2 }
	}
	action_b = {
		name = "Prevent the veterans from returning"
		command = { type = dissent value = 4 }
	}
	action_c = {
		name = "Full-scale intervention"
		command = { type = war which = KOR }
#		command = { type = trigger which = USA-5 }
#		command = { type = trigger which = ENG-4 }
	}
}



event = {
	id = 952091
	random = no
	country = U00
	persistent = yes

	name = "Soviet forces in Korea (U00)"
	desc = "The Soviet Union sent much material and military advisors to Korea."
	style = 0

	action_a = {
		name = "Welcome the Communist forces"
		command = { type = supplies value = 3000 }
		command = { type = add_division which = infantry } 
		command = { type = add_division which = armor } 
		command = { type = add_division which = fighter } 
	}
}

event = {
	id = 952092
	random = no
	country = U00

	name = "Chinese veterans in Korea (U00)"
	desc = "The Chinese sent much material and 30.000 veterans of the Chinese Civil War to fight for North Korea."
	style = 0

	action_a = {
		name = "Welcome the Communist forces"
		command = { type = supplies value = 500 }
		command = { type = manpowerpool value = 10 }
		command = { type = add_division which = infantry } 
		command = { type = add_division which = infantry } 
		command = { type = add_division which = infantry } 
	}
}


event = { 
	id = 522025
	random = no
	country = CHI
	
	name = "China remilitarises the 20-mile zone (CHI)"
	desc = "At the end of the war of 1932, Chinese forces had retreated 20 miles from Shanghai.  Although the peace accords made no mention of a demilitarised zone the Chinese never re-occupied the area again and over the years it became commonly known as the de-militarised zone.  Shortly after the Marco Polo Bridge incident, Chinese forces moved into Shanghai to engage the small Japanese garrison there.  This was seen by Japan as an escalation of the conflict and a violation of the 1932 peace agreement."
	style = 0

	trigger = {
		garrison = { country = CHI province = 1698 size = 1 }
		war = { country = CHI country = JAP }
	}

        date = { day = 5 month = january year = 1937 }
        offset = 3
	deathdate = { day = 25 month = december year = 1941 }

	action_a = {
		name = "Destroy the SNLF in the International Concession"  
		command = { type = warentry which = USA value = 1 }
		command = { type = warentry which = JAP value = 3 }
	}
}


event = { 
	id = 492072
	random = no
	country = JAP
	
	name = "The Kodoha grows stronger (JAP)"
	desc = "The Kodoha (Imperial Way Faction) was a right wing association of junior and field grade Imperial Army officers.  They worked to dismantle the influence of political parties in Japan and to restore the Showa Emperor as an absolute ruler with the Army as his main instrument of policy.  The organization was influenced by political writers like Kira Ikki, Gondo Seikei and Okawa Shumei as well as the ideology of the Kokyrukai (Amur River Society).  Many of the Kodoha officers had little regard for democratic process and were prepared to use violence to bring the Emperor to power."
	style = 0

	trigger = {
		NOT = {
		ispuppet = JAP
		}
	}

        date = { day = 20 month = january year = 1936 }
        offset = 3
	deathdate = { day = 25 month = december year = 1936 }

	action_a = {
		name = "Nothing can be done yet"  
		command = { type = dissent value = 5 }
		command = { type = alignment which = fascist value = 10 }
	}
}


event = { 
	id = 492073
	random = no
	country = JAP
	
	name = "The 2-2-6 Incident (JAP)"
	desc = "On February 26th 1936, Kodoha junior officers from units in the Tokyo area staged a coup d'etat.  In the early morning, 1400 officers and men embarked on missions to eliminate the political leaders of Japan.  Their victims included Lord Keeper of the Privy Seal Saito Makoto, Finance Minister Takahashi Korekiyo and Army Inspector General Watanabe Jotaro.  Intended victims who escaped included Prime Minister Okada Keisuke, Grand Chamberlain Suzuki Kantaro, Prince Saionji Kinmochi and Count Makino Nobuaki.  The Kodoha forces seized control of key communications and administrative facilities and for several days the outcome hung in the balance."
	style = 0

	trigger = {
		NOT = {
		ispuppet = JAP
		}
	}

        date = { day = 25 month = february year = 1936 }

	action_a = {
		name = "Loyal Army and Navy units crush the coup"  
		command = { type = dissent value = -15 }
		command = { type = alignment which = fascist value = -20 } 
		command = { type = manpowerpool value = -1 } 
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = trigger which = 492076 }
	}
	action_b = { 
		name = "Negotiate a settlement"
		command = { type = dissent value = -5 }
		command = { type = alignment which = fascist value = -10 } 
		command = { type = sleepevent which = 492074 }
		command = { type = trigger which = 492076 }
		}
	action_c = {
		name = "Crush the coup and destroy the Kodoha"
		command = { type = dissent value = -5 }  
		command = { type = alignment which = fascist value = -30 } 		
		command = { type = manpowerpool value = -10 } # army purge
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
		command = { type = sleepevent which = 492074 }
		command = { type = trigger which = 492076 }
		}
	action_d = {
		name = "Accept their demands" # installs Fascist shadow cabinet
		command = { type = dissent value = 10 }
		command = { type = warentry value = 24 }
		command = { type = alignment which = fascist value = 100 }
		command = { type = headofstate which = 5010 } 
		command = { type = headofgovernment which = 5011 }
		command = { type = foreignminister which = 5012 }
		command = { type = armamentminister which = 5013 }
		command = { type = ministerofsecurity which = 5014 }
		command = { type = ministerofintelligence which = 5015 }
		command = { type = chiefofstaff which = 5016 }
		command = { type = chiefofarmy which = 5017 }
		command = { type = chiefofnavy which = 5018 }
		command = { type = chiefofair which = 5019 }
		command = { type = sleepevent which = 492074 }
		command = { type = sleepevent which = 492075 }
		command = { type = sleepevent which = 492076 }
		command = { type = sleepevent which = 492077 }
		command = { type = sleepevent which = 492078 }
		command = { type = sleepevent which = 492080 }
		command = { type = warentry which = USA value = 6 }
		command = { type = warentry which = ENG value = 6 }
	}
}


event = { 
	id = 492074
	random = no
	country = JAP
	
	name = "2-2-6 conspirators executed (JAP)"
	desc = "Despite many calls for clemency, the government took a hard line with the conspirators and coup-makers of the 2-2-6 Incident.  Most of them were executed without trial, but ultimately this policy failed to stop the growing power of Kodoha-influenced officers in the Japanese government."
	style = 0

	trigger = {
		random = 10
		NOT = {
		ispuppet = JAP
		}
	}

        date = { day = 25 month = march year = 1936 }
        offset = 10
	deathdate = { day = 25 month = december year = 1938 }

	action_a = {
		name = "No clemency for traitors"  
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = -5 }
		command = { type = manpowerpool value = -2 } # coup-makers executed
		command = { type = sleepleader which = -1 }
		command = { type = sleepleader which = -1 }
	}
	action_b = {
		name = "Let them live"  
		command = { type = dissent value = -1 }
		command = { type = alignment which = fascist value = 5 }
	}
}

event = { 
	id = 492075
	random = no
	country = JAP
	
	name = "Harakiri speech by Hamada Kunimatsu (JAP)"
	desc = "Hamada was opposed to the growing influence of the military and the expansion programs.  When he gave his Harakiri speech it led to the resignation of the Minister of War, Terauchi Hisaichi, and eventually the fall of the Hirota cabinet."
	style = 0


	action_a = {
		name = "Hayashi Senjuro takes over"  # 5058
		command = { type = headofgovernment which = 5058 }
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = -10 }
	}
	action_b = {
		name = "Hiranuma Kiichiro takes over"  # 5057
		command = { type = headofgovernment which = 5057 }
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 10 }
	}
	action_c = {
		name = "Ugaki Kazushige takes over"  # 5059
		command = { type = headofgovernment which = 5059 }
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = -10 }
	}
}


event = { 
	id = 492076
	random = no
	country = JAP
	
	name = "Appointing a new Prime Minister (JAP)"
	desc = "After the 2-2-6 incident, there was 3 candidates for the post of Prime Minister.  Konoe Funimaro was chosen but refused because he symphathised with the coup attempt.  Historically, Hirota Koki was chosen instead."
	style = 0

	action_a = {
		name = "Hirota Koki will guide Japan"  # 5054
		command = { type = headofgovernment which = 5054 }
		command = { type = dissent value = -5 }
		command = { type = alignment which = fascist value = 10 }
		command = { type = warentry value = 12 }
	}
	action_b = {
		name = "Hiranuma Kiichiro will guide Japan"  # 5057
		command = { type = headofgovernment which = 5057 }
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 10 }
		command = { type = warentry value = 6 }
		command = { type = sleepevent which = 492075 }
	}
}

event = { 
	id = 492077
	random = no
	country = JAP
	
	name = "Konoe Funimaro resigns (JAP)"
	desc = "The failure to bring the Chinese Incident to a close led to the resignation of the Prime Minister Konoe Funimaro in 1939."
	style = 0

	trigger = {
		random = 8
		minister = 5046
		NOT = {
		ispuppet = JAP
		}
		war = { country = CHI country = JAP }
	}

        date = { day = 0 month = january year = 1939 }
        offset = 15
	deathdate = { day = 29 month = december year = 1939 }

	action_a = {
		name = "Hiranuma Kiichiro takes over"  # 5057
		command = { type = headofgovernment which = 5057 }
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = 15 }
	}
	action_b = {
		name = "Order him to remain"  
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = -15 }
	}
}


event = { 
	id = 492078
	random = no
	country = JAP
	
	name = "Konoe Funimaro returns as Prime Minister (JAP)"
	desc = "As the diplomatic situation with the United States became increasingly tense, the former Prime Minister Konoe Funimaro was asked to return.  He was seen as the only man who could guide Japan through a very difficult situation."
	style = 0

	trigger = {
		random = 15
		minister = 5047
		NOT = {
		ispuppet = JAP
		war = { country = USA country = JAP }
		}
		war = { country = CHI country = JAP }
		
	}

        date = { day = 0 month = june year = 1940 } # historical date 17th July 1940
        offset = 15
	deathdate = { day = 29 month = december year = 1940 }

	action_a = {
		name = "Konoe Funimaro becomes Prime Minister"  # 5056
		command = { type = headofgovernment which = 5056 }
		command = { type = dissent value = -2 }
		command = { type = alignment which = fascist value = -5 }
	}
	action_b = {
		name = "No change is needed"  
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = 5 }
	}
}

event = { 
	id = 492079
	random = no
	country = JAP
	
	name = "Tojo Hideki takes over as Prime Minister (JAP)"
	desc = "Ultimately the government of Konoe Funimaro failed to resolve the diplomatic conflict with the United States.  As tensions increased, Konoe Funimaro once more resigned and Tojo Hideki took over as Prime Minister."
	style = 0

	trigger = {
		random = 15
		minister = 5056
		NOT = {
		ispuppet = JAP
		war = { country = USA country = JAP }
		}
		war = { country = CHI country = JAP }
		
	}

        date = { day = 0 month = january year = 1941 } # historical date 
        offset = 15
	deathdate = { day = 29 month = december year = 1941 }

	action_a = {
		name = "Tojo Hideki becomes Prime Minister"  # 5066
		command = { type = headofgovernment which = 5066 }
		command = { type = dissent value = -4 }
		command = { type = alignment which = fascist value = 50 }
	}
	action_b = {
		name = "No change is needed"  
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = -10 }
	}
}

event = { 
	id = 492080
	random = no
	country = JAP
	
	name = "Konoe Funimaro takes over (JAP)"
	desc = "In June 1937, the Hayashi government fell and Konoe Funimaro came to power.  While he initially tried to balance the growing influence of the military, after the Marco Polo Bridge he became increasingly militaristic.  It was his cabinet that handed the conduct of the China Incident to the military, with no government oversight.  Konoe Funimaro would later conclude alliance agreements with Germany, issue the National Mobilisation Law, establish the Shin Taisei and Taisei Yokusankai."
	style = 0

	trigger = {
		random = 8
		NOT = {
		ispuppet = JAP
		}
	}

        date = { day = 0 month = january year = 1937 } # historical date June 1937
        offset = 15
	deathdate = { day = 29 month = december year = 1938 }

	action_a = {
		name = "Konoe Funimaro becomes Prime Minister"  # 5056
		command = { type = headofgovernment which = 5056 }
		command = { type = dissent value = -6 }
		command = { type = alignment which = fascist value = -25 }
	}
	action_b = {
		name = "No change is needed"  
		command = { type = dissent value = 2 }
		command = { type = alignment which = fascist value = -10 }
	}
}

####################################
# DEI surrender events by McNaughton
####################################

#######################################
# Surrender of the East Indies: Japan #
#######################################
event = {
	id = 492083
	random = no
	country = JAP

	trigger = {
		
		control = { province = 1950 data = -1 } # Sorebaja
		control = { province = 1780 data = -1 } # Batavia
		lost_national = { country = HOL value = 30 }	# At least 30% of national provinces lost
		control = { province = 590 data = -1 } # Groningen N.E.I. would only surrender if no hope of reinforcement from European Dutch forces
		control = { province = 561 data = -1 } # Arnhem
		control = { province = 550 data = -1 } # Amsterdam
		control = { province = 551 data = -1 } # Eindhoven
		
		random = 25
		
		war = { country = JAP country = HOL }
		}

	name = "The Dutch are beaten!" 
	desc = "After cracking the main Dutch defences on Java the Dutch are at our mercy."
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 5 # Check for trigger conditions every five days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Demand the surrender of the Dutch East Indies"
		command = { type = trigger which = 850025 } # HOL
	}
}

#######################################
# Surrender of the East Indies: Dutch #
#######################################

event = { 
	id = 850025
	random = no
	country = HOL
	
	# Triggered by JAP 492083
	
	name = "The Japanese offer surrender documents." 
	desc = "Surrounded and with resistence crumbling, the Government in the East Indies is asked to surrender to the Japanese."
	style = 0
	
	action_a = {
		name = "Hand the East Indies over to Japan"
		command = { type = control which = JAP value = 1755 }
		command = { type = control which = JAP value = 1768 }	
		command = { type = control which = JAP value = 1767 }	
		command = { type = control which = JAP value = 1774 }	
		command = { type = control which = JAP value = 1773 }	
		command = { type = control which = JAP value = 1772 }	
		command = { type = control which = JAP value = 1771 }	
		command = { type = control which = JAP value = 1755 }	
		command = { type = control which = JAP value = 1756 }	
		command = { type = control which = JAP value = 1791 }	
		command = { type = control which = JAP value = 1792 }	
		command = { type = control which = JAP value = 1793 }
		command = { type = control which = JAP value = 1794 }	
		command = { type = control which = JAP value = 1785 }	
		command = { type = control which = JAP value = 1786 }	
		command = { type = control which = JAP value = 1971 }	
		command = { type = control which = JAP value = 1970 }	
		command = { type = control which = JAP value = 1969 }	
		command = { type = control which = JAP value = 1968 }	
		command = { type = control which = JAP value = 2010 }	
		command = { type = control which = JAP value = 2012 }	
		command = { type = control which = JAP value = 2011 }	
		command = { type = control which = JAP value = 2030 }	
		command = { type = control which = JAP value = 2008 }	
		command = { type = control which = JAP value = 2028 }	
		command = { type = control which = JAP value = 2029 }
		command = { type = control which = JAP value = 1952 }	
		command = { type = control which = JAP value = 1954 }
		command = { type = control which = JAP value = 1955 }
		command = { type = control which = JAP value = 1956 }
		command = { type = control which = JAP value = 1982 }
		command = { type = control which = JAP value = 1983 }
		command = { type = control which = JAP value = 1985 }
		command = { type = control which = JAP value = 1984 }
		command = { type = control which = JAP value = 1986 }
		command = { type = control which = JAP value = 1780 }
		command = { type = control which = JAP value = 1779 }
		command = { type = control which = JAP value = 1950 }
		command = { type = control which = JAP value = 1951 }
	}
	action_b = {
		name = "Keep on fighting"
		command = { }
	}
}

##########################################################################
#
# US - Japanese Trade relations
#


###############################################
# 492084 - (JAP) Japanese - USA trade deals 1936 (by Ghost_dk)
###############################################

event = {
	id = 492084
	random = no
	country = JAP
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with USA"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1936 }

	action_a = {
		name = "US trade"
		command = { type = industry which = 1822 value = 1 }
		command = { type = industry which = 1825 value = 1 }
		command = { type = oilpool value = 2500 }
		command = { type = steelpool value = 1000 }
		command = { type = supplies value = -1000 }
		command = { type = alignment which = democratic value = 5 }
		}
}
###############################################
# 322105 - (USA) Japanese - USA trade deals 1936 (by Ghost_dk)
###############################################

event = {
	id = 322105
	random = no
	country = USA
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with Japan"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1936 }

	action_a = {
		name = "Japanese trade"
		command = { type = oilpool value = -2500 }
		command = { type = steelpool value = -1000 }
		command = { type = supplies value = 1000 }
		}
}
###############################################
# 492085 - (JAP) Japanese - USA trade deals 1937 (by Ghost_dk)
###############################################

event = {
	id = 492085
	random = no
	country = JAP
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with USA"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1937 }

	action_a = {
		name = "US trade"
		command = { type = industry which = 1822 value = 1 }
		command = { type = industry which = 1825 value = 1 }
		command = { type = industry which = 1682 value = 1 }
		command = { type = oilpool value = 3000 }
		command = { type = steelpool value = 1200 }
		command = { type = supplies value = -1100 }
		command = { type = alignment which = democratic value = 5 }
		}
}
###############################################
# 322106 - (USA) Japanese - USA trade deals 1937 (by Ghost_dk)
###############################################

event = {
	id = 322106
	random = no
	country = USA
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with Japan"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1937 }

	action_a = {
		name = "Japanese trade"
		command = { type = oilpool value = -3000 }
		command = { type = steelpool value = -1200 }
		command = { type = supplies value = 1100 }
		}
}
###############################################
# 322107 - (USA) Executive Order: no military exports to warmongering japan (by Ghost_dk)
###############################################

event = {
	id = 322107
	random = no
	country = USA

	trigger = {
		OR = {
		war = { country = JAP country = CHC }
		war = { country = JAP country = CHI }
		}
		NOT = { 
		war = { country = JAP country = USA }
		}
	}

	name = "Executive Order"
	desc = "After the Japanese declaration of war against Nationalist and Communist China the US government passed an executive order banning all export of militaty equipment to Japan. This piece of legislation had almost no effect since Japan was nearly self sufficient in military gear and only imported raw materials from the US."
	style = 0

	date = { day = 30 month = november year = 1937 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Pass Executive Order"
		command = { type = trigger which = 492086 }
		}
}
###############################################
# 492086 - (JAP) USA pass military exports bann against japan (by Ghost_dk)
###############################################

event = {
	id = 492086
	random = no
	country = JAP

	# triggered by (USA) 322040

	name = "Executive Order"
	Desc = "After the Japanese declaration of war against Nationalist and Communist China the US government passed an executive order banning all export of militaty equipment to Japan. This piece of legislation had almost no effect since japan was nearly self sufficient in military gear and only imported raw materials from the US."
	style = 0

	action_a = {
		name = "This will not affect us"
		command = { }
		}
}
###############################################
# 492087 - (JAP) Japanese - USA trade deals 1938 (by Ghost_dk)
###############################################

event = {
	id = 492087
	random = no
	country = JAP
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with USA"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1938 }

	action_a = {
		name = "US trade"
		command = { type = industry which = 1822 value = 1 }
		command = { type = industry which = 1823 value = 1 }
		command = { type = oilpool value = 2500 }
		command = { type = steelpool value = 1100 }
		command = { type = supplies value = -650 }
		command = { type = alignment which = democratic value = 3 }
		}
}
###############################################
# 322108 - (USA) Japanese - USA trade deals 1938 (by Ghost_dk)
###############################################

event = {
	id = 322108
	random = no
	country = USA
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with Japan"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1938 }

	action_a = {
		name = "Japanese trade"
		command = { type = oilpool value = -2500 }
		command = { type = steelpool value = -1100 }
		command = { type = supplies value = 650 }
		}
}
###############################################
# 322109 - (USA) US limits Oil exports to Japan (by Ghost_dk)
###############################################

event = {
	id = 322109
	random = no
	country = USA

	trigger = {
		atwar = JAP
		NOT = { 
			war = { country = JAP country = USA }
			}
		}
	name = "Executive Order"
	Desc = "With the continued aggression by Japan in the Pacific the US government wanted to stop oil exports to Japan. This was heavily opposed by the lobbyists from the oil industry and a compromise was forged putting a maximum limit on the trade but not completely banning it."
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Pass Limit"
		command = { type = trigger which = 492088 }
		}
}
###############################################
# 492088 - (JAP) USA pass military exports bann against japan (by Ghost_dk)
###############################################

event = {
	id = 492088
	random = no
	country = JAP

	# triggered by (USA) 322106

	name = "Executive Order"
	Desc = "With the continued aggression by Japan in the Pacific the US government wanted to stop oil exports to Japan. This was heavily opposed by the lobbyists from the oil industry and a compromise was forged putting a maximum limit on the trade but not completely banning it."
	style = 0

	action_a = {
		name = "This hurts us deeply."
		command = { type = alignment which = fascist value = 5 }
		}
}
###############################################
# 492089 - (JAP) Japanese - USA trade deals 1939 (by Ghost_dk)
###############################################

event = {
	id = 492089
	random = no
	country = JAP
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with USA"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1939 }

	action_a = {
		name = "US trade"
		command = { type = industry which = 1822 value = 1 }
		command = { type = industry which = 1825 value = 1 }
		command = { type = oilpool value = 1875 }
		command = { type = steelpool value = 1300 }
		command = { type = supplies value = -700 }
		command = { type = alignment which = democratic value = 5 }
		}
}
###############################################
# 322110 - (USA) Japanese - USA trade deals 1939 (by Ghost_dk)
###############################################

event = {
	id = 322110
	random = no
	country = USA
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with Japan"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1939 }

	action_a = {
		name = "Japanese trade"
		command = { type = oilpool value = -1875 }
		command = { type = steelpool value = -1300 }
		command = { type = supplies value = 700 }
		}
}
###############################################
# 492090 - (JAP) Japanese - USA trade deals 1940 (by Ghost_dk)
###############################################

event = {
	id = 492090
	random = no
	country = JAP
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with USA"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1940 }

	action_a = {
		name = "US trade"
		command = { type = industry which = 1822 value = 1 }
		command = { type = industry which = 1825 value = 1 }
		command = { type = oilpool value = 1875 }
		command = { type = steelpool value = 1300 }
		command = { type = supplies value = -700 }
		command = { type = alignment which = democratic value = 5 }
		}
}
###############################################
# 322111 - (USA) Japanese - USA trade deals 1940 (by Ghost_dk)
###############################################

event = {
	id = 322111
	random = no
	country = USA
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Import and Export deals with Japan"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by re-import through third countries." 
	style = 0

	date = { day = 1 month = july year = 1940 }

	action_a = {
		name = "Japanese trade"
		command = { type = oilpool value = -1875 }
		command = { type = steelpool value = -1300 }
		command = { type = supplies value = 700 }
		}
}
###############################################
# 322112 - (USA) US trade embargo against Japan (by Ghost_dk)
###############################################

event = {
	id = 322112
	random = no
	country = USA

	trigger = {
		NOT = { 
			war = { country = JAP country = USA }
			}
		}
	name = "Trade Embargo"
	Desc = "With the continued aggression by Japan in the Pacific the US government wanted to stop all exports to Japan. This time they did not listen to the lobbyists."
	style = 0

	date = { day = 1 month = february year = 1941 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Pass trade embargo"
		command = { type = trigger which = 492091 }
	}
	action_b = {
		name = "Trade is vital"
		command = { }
	}
}

###############################################
# 492091 - (JAP) USA pass trade embargo against japan (by Ghost_dk)
###############################################

event = {
	id = 492091
	random = no
	country = JAP

	# triggered by (USA) 322109

	name = "US Trade Embargo"
	Desc = "With the continued aggression by Japan in the Pacific the US government wanted to stop all exports to Japan. This time they did not listen to the lobbyists."
	style = 0

	action_a = {
		name = "They will pay for this!"
		command = { type = alignment which = fascist value = 5 }
		}
}
###############################################
# 492092 - (JAP) Japanese - USA trade deals 1941 (by Ghost_dk)
###############################################

event = {
	id = 492092
	random = no
	country = JAP
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Third party trade with USA"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by buying through third party countries." 
	style = 0

	date = { day = 1 month = february year = 1941 }

	action_a = {
		name = "US trade"
		command = { type = oilpool value = 200 }
		command = { type = steelpool value = 150 }
		command = { type = supplies value = -100 }
		}
}
###############################################
# 322113 - (USA) Japanese - USA trade deals 1941 (by Ghost_dk)
###############################################

event = {
	id = 322113
	random = no
	country = USA
	
	trigger = {
		NOT = {
			war = { country = JAP country = USA }
			}
		}
	name = "Third party trade with Japan"
	desc = "All the way up until the Japanese attack on Pearl Harbor there was extensive trade between the USA and Japan. With the increase in Japanese aggression in the Pacific the USA tried to put bans on exports of certain goods through legislation, but Japan countered this by buying through third party countries." 
	style = 0

	date = { day = 1 month = february year = 1941 }

	action_a = {
		name = "We cannot stop this trade"
		command = { type = oilpool value = -200 }
		command = { type = steelpool value = -150 }
		command = { type = supplies value = 100 }
		}
}


event = { 
	id = 492093
	random = no
	country = JAP
	
	name = "Border clash with Soviet troops (JAP)"
	desc = "Commanders of the Kwantung Army are reporting minor border clashes with Outer Mongolian cavalry troops along the Manchukuo border.  They recommend a higher readiness for local garrisons and request additional air support.  It appears that the Soviet troops did not learn from the Changkufeng battle last year."
	style = 0

	trigger = {
            NOT = {
		war = { country = JAP country = SOV }
		war = { country = GER country = SOV }
		alliance = { country = JAP country = SOV }
                  }   
	}

        date = { day = 25 month = april year = 1939 }
        offset = 90
	deathdate = { day = 20 month = august year = 1939 }

	action_a = {
		name = "Order the Kwantung army to be ready for action" 
		command = { type = trigger which = 222003 }
	}
}

 

event = { 
	id = 492094
	random = no
	country = JAP
	
	name = "Battle of Changkufeng (JAP)"
	desc = "After several days of battles involving more than 30.000 Soviet and Japanese troops, the fighting has now died down to a stalemate.  It appears the Red Army can be defeated in a battle of attrition although Army reports indicate that the Red Army artillery and tanks are very numerous and powerful.  Most of our 2500 casualties came from enemy artillery fire."
	style = 0

	trigger = {
		event = 222025
	}

	date = { day = 7 month = july year = 1938 }

	action_a = {
		name = "The strength of the Red Army is worrying" 
		command = { type = manpowerpool value = -4 }
		command = { type = dissent value = -1 }
	}
}


event = { 
	id = 492095
	random = no
	country = JAP
	
	name = "War against the USA (JAP)"
	desc = "After the outbreak of the Chinese Incident there was a gradual increase of US economic and political pressure on Japan. The 'Hull note' that Japan received on the 26th of November was regarded as an ultimatum that Japan could not accept and following a number of cabinet meetings, a strategy for war against Britain and the US was agreed upon. Plans called for the conquest of the Philippines within 53 days, Malaya after 100 days and the East Indies within 150 days.  The neutralisation of British and US bases in the area was also a high priority."
	style = 0

	trigger = {
		event = 492050
		event = 492091
		NOT = {
			war = { country = JAP country = SOV }
			war = { country = JAP country = GER }
			war = { country = JAP country = USA }
			war = { country = JAP country = ENG }
		}
	}

	date = { day = 5 month = july year = 1940 }
        offset = 30
	deathdate = { day = 25 month = december year = 1942 }

	action_a = {
		name = "Strike before it is too late" 
		command = { type = war which = USA }
		command = { type = add_division which = marine }
		command = { type = add_division which = marine }
		command = { type = add_division which = infantry }
		command = { type = dissent value = -2 }
	}
	action_b = {
		name = "We cannot risk war against the USA"
		command = { }
	}
}